writeBytes(byte[],int,int) Method
In This Topic
Writes the specified bytes to the content stream.
Syntax
public void writeBytes(
byte[] ,
int ,
int
)
|
Parameters
- buffer
- Bytes to write.
- offset
- Offset in the buffer were the bytes to write start.
- count
- Number of bytes to write.
See Also